cody - HTMLify profile

cody
4270 Files
632849 Views
Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/107 - Sudoku Game
body {
font-family: Arial, Helvetica, sans-serif;
text-align: center;
}
hr {
width: 500px;
}
font-family: Arial, Helvetica, sans-serif;
text-align: center;
}
hr {
width: 500px;
}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Let's Sudoku🧩</title>
<link rel="stylesheet" href="style.css" />
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Let's Sudoku🧩</title>
<link rel="stylesheet" href="style.css" />
# Sudoku Game 🧩
---
## Describtion:
> It's a typical **Sudoku game** with 10X10 box is provided with some pre defined numbers . At bottom there a slot box with value 1-9 , from where you have to select number at have to put into main box, for every wrong moves count will be increasing.
Let's finis it with minimum Moves 👍.
---
## Tech Stack Used:
---
## Describtion:
> It's a typical **Sudoku game** with 10X10 box is provided with some pre defined numbers . At bottom there a slot box with value 1-9 , from where you have to select number at have to put into main box, for every wrong moves count will be increasing.
Let's finis it with minimum Moves 👍.
---
## Tech Stack Used: